StoreForwardConfigOrBuilder

interface StoreForwardConfigOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getEnabled(): Boolean

Enable the Store and Forward Module
bool enabled = 1;
Link copied to clipboard
abstract fun getHeartbeat(): Boolean

TODO: REPLACE
bool heartbeat = 2;
Link copied to clipboard
abstract fun getHistoryReturnMax(): Int

TODO: REPLACE
uint32 history_return_max = 4;
Link copied to clipboard
abstract fun getHistoryReturnWindow(): Int

TODO: REPLACE
uint32 history_return_window = 5;
Link copied to clipboard
abstract fun getIsServer(): Boolean

Set to true to let this node act as a server that stores received messages and resends them upon request.
bool is_server = 6;
Link copied to clipboard
abstract fun getRecords(): Int

TODO: REPLACE
uint32 records = 3;